Still no detected structured data in Google Webmaster Tools [on hold]

Posted by user6211 on Pro Webmasters See other posts from Pro Webmasters or by user6211
Published on 2013-11-04T12:40:46Z Indexed on 2013/11/04 16:13 UTC
Read the original article Hit count: 230

Can you give me some suggestions what's wrong with my structured data? Google still cannot read it.

It looks like this:

<div class="identity">
    <div itemscope itemtype="http://schema.org/LocalBusiness">
        <a itemprop="url" href="http://MYDOMAIN.co.uk/"><div itemprop="name"><strong>MY_COMPANY</strong></div></a>
        <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
            <span itemprop="streetAddress">MY_ADDRESS</span>, 
            <span itemprop="addressLocality">London</span>, 
            <span itemprop="postalCode">SE5 MY_XYZ</span>, 
            <span itemprop="addressCountry">UK</span>
        </div>
    </div>
</div>

© Pro Webmasters or respective owner

Related posts about google-webmaster-tools

Related posts about microdata